home *** CD-ROM | disk | FTP | other *** search
- From: mgerrans@msn.com (Matt Gerrans)
- Subject: Re: READ THIS!!!!!!!!!!!
- Date: 6 Feb 96 23:44:21 -0800
- References: <4em5fs$a86@ixnews4.ix.netcom.com> <4er65q$d8v@usenet1.sjc.in.sel.sony.com> <ALUN.CHAMPION.96Feb1201845@g7240065.bridge.bst.bls.com>
- Message-ID: <00001a81+00009bbb@msn.com>
- Path: news.msn.com!msn.com
- Newsgroups: comp.lang.c++
- Organization: The Microsoft Network (msn.com)
-
- It looks to me like the real problem is that you haven't really
- learned C, much less C++. Find yourself a good book on C or C++
- programming to start with. Take a class or two. I am disappointed
- to see that you are using goto even before you know how to deal with
- fundamental language constructs and strings. You don't need goto in
- C++. Unless you are a hacker. Before you become a monster, learn
- how to program in C++, rather than trying to do things the same way
- you would with a BASIC program, or batch file, or whatever. You
- will be a better programmer and the world will be a safer place for
- other programmers.
-